home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / moveme.demo
Encoding:
Text File  |  1993-05-07  |  468 b   |  11 lines

  1. #! /bin/sh
  2. # I used the Minix file system to port postgres. If you have any
  3. # of the others, run this script, so that all files with names
  4. # longer with 14 characters are named correctly.
  5. mv bench/makefile.dustb bench/makefile.dustbuster
  6. mv bench/querydefineind bench/querydefineindex
  7. mv demo/makefile.sourc demo/makefile.source
  8. mv test/copy_test_inpu test/copy_test_input.c
  9. mv test/copy_test_outp test/copy_test_output.c
  10. mv video/makefile.sourc video/makefile.source
  11.